home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 2 / CU Amiga Magazine's Super CD-ROM 02 (1996)(EMAP Images)(GB)[!][issue 1996-04].iso / magazine / amiga_e / amigae.june.archive / 000146_crash!sirius.UVic.CA!jblake_Sun, 27 Jun 93 15:42:26 PST.msg < prev    next >
Text File  |  1993-08-31  |  831b  |  24 lines

  1. Received: by bkhouse.cts.com (V1.16/Amiga)
  2.     id AA00000; Sun, 27 Jun 93 15:42:26 PST
  3. Received: from sol.UVic.CA by crash.cts.com with smtp
  4.     (Smail3.1.28.1 #15) id m0oA5F0-0000UoC; Sun, 27 Jun 93 15:30 PDT
  5. Received: from sirius.UVic.CA by sol.UVic.CA (4.1/SMI-4.0.3-UVic-2.43TMX)
  6.     id AA09752; Sun, 27 Jun 93 15:30:02 PDT
  7. Received: from stokes.UVic.CA by sirius.UVic.CA (4.1/SMI-4.1-Engr.UVic.CA-E)
  8.     id AA21263; Sun, 27 Jun 93 15:29:59 PDT
  9. Date: Sun, 27 Jun 93 15:29:59 PDT
  10. Message-Id: <9306272229.AA21263@sirius.UVic.CA>
  11. From: jblake@sirius.UVic.CA (James  Blake)
  12. To: amigae@bkhouse.cts.com, s924723@minyos.xx.rmit.OZ.AU
  13. Subject: Re:  Random
  14.  
  15. The method I have used to seed a random number is simply:
  16.  
  17.   CurrentTime(a,b)
  18.   Rnd(-^b)
  19.  
  20.  
  21. You have to be carefull to send the value rather than the pointer.
  22.  
  23. ..james
  24.